func reflect.hashMightPanic

4 uses

	reflect (current package)
		map_swiss.go#L83: 	if hashMightPanic(ktyp) {
		type.go#L2038: func hashMightPanic(t *abi.Type) bool {
		type.go#L2044: 		return hashMightPanic(tt.Elem)
		type.go#L2048: 			if hashMightPanic(f.Typ) {